func syscall.sendfile
2 uses
syscall (current package)
syscall_unix.go#L484: return sendfile(outfd, infd, offset, count)
zsyscall_linux_amd64.go#L1290: func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)